Skip to main content

Generate a service registration key

GET /api/v1/services/token

Description

This endpoint allows you to generate a service registration key.

Request:

  • Headers: None

  • URL:

    • Raw: /api/v1/services/token

    • Host:

    • Path: /api/v1/services/token

Response:

  • Status: 200

Response: 200

{
"message": "Service registration Key generated",
"key": "{{$randomKey}}"
}

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request GET \ 
--url /api/v1/services/token \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!